home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 October / Internet News 2000-10 - CD-ROM.rar / IN200010.BIN / Browser / ie55 / IEAK5CD.EXE / 1033 / RCDATA / CABINET / ieakhelp.chm / ieak5.css < prev    next >
Cascading Style Sheet File  |  2000-07-13  |  5KB  |  196 lines

  1. /* Style sheet optimized for IE4x & later */
  2.  
  3. body
  4.         { color: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif;
  8. /* messing around with padding and margins for IEAK 5.0 Help */
  9.         margin: 90 22 2em 22; }
  10.  
  11. /* all link colors match the IE4+ default colors */
  12. a:link
  13.         { color: #0000FF; }
  14.     
  15. a:visited
  16.         { color: #800080; }
  17.  
  18. a:active
  19.         { color: #FF0000; }
  20.  
  21. a:hover
  22.         { color: #FF0000; }
  23.  
  24. h1
  25.         { font-size: 130%; /* was 140 */ 
  26.         margin-bottom: .5em; }
  27.  
  28.  
  29. h1.wiz
  30.         { font-size: 120%; /* was 130 */  
  31.         margin-top: 1.5em;
  32.         margin-bottom: .5em; }
  33.  
  34. h2
  35.         { font-size: 110%; /* was 130 */  
  36.         margin-top: 1.5em;
  37.         margin-bottom: .5em; }
  38.  
  39. h3
  40.         { font-size: 100%; /* was 120 */
  41.         margin-top: 1.2em;  
  42.         margin-bottom: .5em; }
  43.  
  44. h4
  45.         { font-size: 100%; /* was 110 - I don't think we'll use these */
  46.         margin-top: 1.2em;  
  47.         margin-bottom: .5em; }
  48.  
  49. h5
  50.         { font-size: 100%; /* I don't think we'll use these */
  51.         margin-top: 1.2em;  
  52.         margin-bottom: .5em; }
  53.  
  54. p
  55.         { margin-top: .6em; 
  56.         margin-bottom: .6em; }
  57.  
  58.  
  59. p.proclabel, p.otherh
  60.         { font-size: 100%; 
  61.         font-weight: bold;
  62.         margin-top: 1.1em; }
  63.             
  64. ol
  65.         { margin-top: .5em; 
  66.         margin-bottom: 0em; 
  67.         margin-left:   4em;
  68. /* bizarrely enough, needed to prevent ul ol items getting bullets instead of numbers */
  69.         list-style-image: url();
  70.         }    
  71.     
  72. ul
  73.         { margin-top:   .6em;     
  74.         margin-bottom:   0em;
  75.         margin-left:   3.5em; 
  76.         margin-right:    0em;
  77. /* added for IEAK 5.0 Help */
  78.         list-style-image: url(brown_sqr.gif); }
  79.  
  80. li
  81.         { margin-bottom: .7em;
  82.         margin-left: -14px; }
  83.  
  84. ol li
  85.         { margin-left: -14px; } 
  86.  
  87. ul li
  88.         { margin-left: -21px; }
  89.  
  90. dd
  91.         { margin-bottom: 0em; 
  92.         margin-left: 1.5em; } 
  93.  
  94. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  95. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  96. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  97. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  98. dt
  99.         {font-weight: bold;
  100.          margin-top: 1em; }
  101.  
  102. pre
  103.         { margin-top: 0em;
  104.         margin-bottom: 1.5em;
  105. /* the next two lines added by Brad Matter for IEAK 5 Help file */
  106.         font-family: Courier New;
  107.         font-size: 125%  }
  108.  
  109. code
  110.         { font-family: Courier New; 
  111.         font-size: 125% }
  112.  
  113. table
  114.         { font-size: 100%;
  115.         margin-top: 1em; 
  116.         margin-bottom: 1em;
  117.         padding: 2px; }
  118.  
  119.  
  120. /*
  121. padding in td and th added to replace "cellpadding" in table (there *isn't* such a thing as cellpadding in css!)
  122. tried using ems, but only got padding on top and bottom        
  123. */
  124.  
  125. th
  126.         { text-align: left;
  127.         background: #dddddd;
  128.         vertical-align: bottom;
  129.          }
  130.         
  131. tr
  132.         { vertical-align: top; }
  133.  
  134. td
  135.         { background: #eeeeee;
  136.         vertical-align: top;
  137.          }
  138.  
  139.  
  140.  
  141. /*                       */
  142. /* extended class styles */
  143. /*                       */
  144. /* remove comment tags to enable the style */
  145.  
  146.  
  147. /* this class style is used to wrap text around icons in Related Topics areas */
  148. /*p.margin
  149.         { margin-left: 2em; 
  150.         margin-top: -1.75em; }  */
  151.  
  152. /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  153. p.indent
  154.         { margin-left: 2.1em; }  /* was 2; changed to line up better with li */
  155.  
  156. /* this class style is used for table footnotes and anywhere else you want small type */
  157. /*p.mini
  158.         { font-size: 80% }  */
  159.         
  160.  
  161. /* added for IEAK 5.0 Help */
  162.  
  163. .topbar
  164.     {
  165.     position: absolute;
  166.     left: -3px;
  167.     top:0;
  168.     margin: 0 -25 30 0;
  169.     }
  170.  
  171.  
  172. /* The the category headings have a fixed point size because they are superimposed on the banner image.
  173.     It does look kinda cool when they shift if they're specified using percentage, but... */
  174.     
  175. .toptext1 /* first word of category heading goes on the top line */
  176.     {
  177.     font-family: Arial, Helvetica, Sans Serif;
  178.     font-weight: bold;
  179.     font-size: 14pt;
  180.     font-variant: small-caps;
  181. /*    letter-spacing: .25pt; */
  182.     color: #ffffff; 
  183.     position:absolute; top:35; left:20;
  184.     }
  185.  
  186. .toptext2 /* second and subsequent words of category heading go on the second line */
  187.     {
  188.     font-family: Arial, Helvetica, Sans Serif;
  189.     font-weight: bold;
  190.     font-size: 14pt;
  191.     font-variant: small-caps;
  192. /*    letter-spacing: .25pt; */
  193.     color: #003399; 
  194.     position:absolute; top:49; left:62;
  195.     }
  196.